home *** CD-ROM | disk | FTP | other *** search
- object Form7: TForm7
- Left = 29
- Top = 429
- BorderIcons = [biSystemMenu, biMinimize]
- BorderStyle = bsSingle
- Caption = 'Progress'
- ClientHeight = 129
- ClientWidth = 384
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 8
- Top = 8
- Width = 62
- Height = 13
- Caption = 'Current Song'
- end
- object Label2: TLabel
- Left = 8
- Top = 56
- Width = 68
- Height = 13
- Caption = 'Total Progress'
- end
- object ProgressBar1: TProgressBar
- Left = 8
- Top = 72
- Width = 369
- Height = 15
- Min = 0
- Max = 100
- TabOrder = 0
- end
- object ProgressBar2: TProgressBar
- Left = 8
- Top = 27
- Width = 369
- Height = 15
- Min = 0
- Max = 100
- TabOrder = 1
- end
- object Button1: TButton
- Left = 162
- Top = 100
- Width = 81
- Height = 23
- Caption = 'Cancel'
- TabOrder = 2
- OnClick = Button1Click
- end
- end
-